/*--弹窗样式--*/

#gray{
width:100%;height:100%;position:fixed;

background: rgba(0,0,0,0.4);  /*支持rgba的浏览器*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);   
top:0px;display:none;z-index:99;
}

.popup{
	width:400px; 
	height:auto;
	background-color:#fff;
	position:absolute;
	z-index:100;
	border:1px solid #ebeaea;
	left:400px;
	top:96px;
	display:none;
}
.popup .top_nav{
	width:400px;
	height:46px;
	background-image: url(../Skin/gov/baidu/popup_top_bj.jpg);
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:move;
}
.popup .top_nav i{width:35px;height:35px;background:url(../Skin/gov/baidu/logo24.png);position:absolute;top:6px;left:8px;display:block; }
.popup .top_nav span{font:18px/18px 'microsoft yahei';color:#707070;display:block;position:absolute;top:19px;left:50px;}

.popup .top_nav a.guanbi { background:url(../Skin/gov/baidu/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; display: block; position:absolute;top:8px;right:8px;cursor:pointer;}
.popup .top_nav a.guanbi span { display: none;}
.popup .top_nav a.guanbi:hover { background: url(../Skin/gov/baidu/popup_guanbi.png) repeat 0px -35px; }
.popup .min{width:400px;height:auto;padding:10px;}

.tc_login{width:360px;background-color:#fff;}
.tc_login .left{width:0px;height:30px;background-color:;float:left;}
.tc_login .right{width:290px;height:280px;background-color:;padding-right:44px;margin:15px auto;}
.tc_login .left h4{width:200px;height:20px;margin:20px 0 20px 0;font-size:15px;color:#666;text-align:center;}
.tc_login .left img{width:150px;margin:0 auto;display:block;border:1px solid #E3E3E3;padding:4px;}
.tc_login .left dd{width:360px;height:30px;font:13px/18px 'microsoft yahei';color:#666;margin:20px 0 10px 0;text-align:center;display:block;}

.tc_login .right .yongjiu{font-size:12px;color:#000;float:left;margin:15px 0px 0px 25px;}
.tc_login .right .input_yj{
    margin-top:1px;float:left;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    width: 14px;
    height: 14px;
}
.tc_login .right i{height:65px;font-size:20px;color:#090;float:right;margin:15px 0 0px 0;}
.tc_login .right a{font:13px/18px 'microsoft yahei';color:#666;float:right;margin:16px 0 0px 6px;}
.tc_login .right a:hover{color:#06F;text-decoration: underline;}
.tc_login .right input{
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 40px;
    line-height:40px;
    padding:0 0 0 34px;
    margin:15px 0px 0px 10px;
    transition: background 0.3s ease-in-out;
    width: 220px;
    float:right;
}
.tc_login .right input:focus {
    outline: none;
    border-color: #CC0001;
    box-shadow: 0 0 0px #CC0001;
}
.tc_login .right .input_yh{background:url(../Skin/gov/baidu/tc_login_yonghu.jpg) no-repeat left top;}
.tc_login .right .input_mm{background:url(../Skin/gov/baidu/tc_login_mima.jpg) no-repeat left top;}
.tc_login .right .input_yh:focus{background:url(../Skin/gov/baidu/tc_login_yonghu2.jpg) no-repeat left top;}
.tc_login .right .input_mm:focus{background:url(../Skin/gov/baidu/tc_login_mima2.jpg) no-repeat left top;}
.tc_login .right .button{
-webkit-appearance: none;
    background:#CC0001;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 255px;
    padding:0 50px 0 50px;
    font-weight: bold;
	}
.tc_login .right .button:hover {

    background: #FF0000;
}
.tc_login .right dd{width:100%;height:30px;}
.tc_login .right dd a{font:12px/18px 'microsoft yahei';color:#06F;}
.tc_login .right dd a:hover{font:13px/18px 'microsoft yahei';color:#06F;text-decoration: underline;}
.tc_login .right hr{height:1px;border:none;border-top:1px dashed #E4E4E4;clear:both;margin:260px 0 5px 0px;}